home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / cmds.fmt / spell.man < prev    next >
Encoding:
Text File  |  1989-01-26  |  3.8 KB  |  133 lines

  1.  
  2.  
  3.  
  4. SPELL                     User Commands                     SPELL
  5.  
  6.  
  7.  
  8. NNAAMMEE
  9.      spell, spellin, spellout - find spelling errors
  10.  
  11. SSYYNNOOPPSSIISS
  12.      ssppeellll [ --vv ] [ --bb ] [ --xx ] [ --dd hlist ] [ --ss hstop ] [ --hh
  13.      spellhist ] [ file ] ...
  14.  
  15.      ssppeelllliinn [ list ]
  16.  
  17.      ssppeelllloouutt [ --dd ] list
  18.  
  19. DDEESSCCRRIIPPTTIIOONN
  20.      _S_p_e_l_l collects words from the named documents, and looks
  21.      them up in a spelling list.  Words that neither occur among
  22.      nor are derivable (by applying certain inflections, prefixes
  23.      or suffixes) from words in the spelling list are printed on
  24.      the standard output.  If no files are named, words are col-
  25.      lected from the standard input.
  26.  
  27.      _S_p_e_l_l ignores most _t_r_o_f_f, _t_b_l and _e_q_n(1) constructions.
  28.  
  29.      Under the --vv option, all words not literally in the spelling
  30.      list are printed, and plausible derivations from spelling
  31.      list words are indicated.
  32.  
  33.      Under the --bb option, British spelling is checked.  Besides
  34.      preferring _c_e_n_t_r_e, _c_o_l_o_u_r, _s_p_e_c_i_a_l_i_t_y, _t_r_a_v_e_l_l_e_d, etc., this
  35.      option insists upon -_i_s_e in words like _s_t_a_n_d_a_r_d_i_s_e, Fowler
  36.      and the OED to the contrary notwithstanding.
  37.  
  38.      Under the --xx option, every plausible stem is printed with
  39.      `=' for each word.
  40.  
  41.      The spelling list is based on many sources.  While it is
  42.      more haphazard than an ordinary dictionary, it is also more
  43.      effective with proper names and popular technical words.
  44.      Coverage of the specialized vocabularies of biology, medi-
  45.      cine and chemistry is light.
  46.  
  47.      The auxiliary files used for the spelling list, stop list,
  48.      and history file may be specified by arguments following the
  49.      --dd, --ss, and --hh options.  The default files are indicated
  50.      below.  Copies of all output may be accumulated in the his-
  51.      tory file.  The stop list filters out misspellings (e.g.
  52.      thier=thy-y+ier) that would otherwise pass.
  53.  
  54.      Two routines help maintain the hash lists used by _s_p_e_l_l.
  55.      Both expect a set of words, one per line, from the standard
  56.      input.  _S_p_e_l_l_i_n combines the words from the standard input
  57.      and the preexisting _l_i_s_t file and places a new list on the
  58.      standard output.  If no _l_i_s_t file is specified, the new list
  59.      is created from scratch.  _S_p_e_l_l_o_u_t looks up each word from
  60.  
  61.  
  62.  
  63. Sprite v1.0              April 29, 1985                         1
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. SPELL                     User Commands                     SPELL
  71.  
  72.  
  73.  
  74.      the standard input and prints on the standard output those
  75.      that are missing from (or present on, with option --dd) the
  76.      hashed _l_i_s_t file.  For example, to verify that _h_o_o_k_e_y is not
  77.      on the default spelling list, add it to your own private
  78.      list, and then use it with _s_p_e_l_l,
  79.  
  80.           echo  hookey  |  spellout  /usr/dict/hlista
  81.           echo  hookey  |  spellin  /usr/dict/hlista  >  myhlist
  82.           spell  -d  myhlist  huckfinn
  83.  
  84. FFIILLEESS
  85.      /usr/dict/hlist[ab] hashed spelling lists, American & Brit-
  86.      ish, default for --dd
  87.      /usr/dict/hstop          hashed stop list, default for --ss
  88.      /dev/null      history file, default for --hh
  89.      /tmp/spell.$$*      temporary files
  90.      /usr/lib/spell
  91.  
  92. SSEEEE AALLSSOO
  93.      deroff(1), sort(1), tee(1), sed(1)
  94.  
  95. BBUUGGSS
  96.      The spelling list's coverage is uneven; new installations
  97.      will probably wish to monitor the output for several months
  98.      to gather local additions.
  99.      British spelling was done by an American.
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129. Sprite v1.0              April 29, 1985                         2
  130.  
  131.  
  132.  
  133.